This method allows a user to select an assigned Role to fully utilize CoreOne web services.
CoreOne's permissions functions allow for a user having multiple roles. In order to consume CoreOne web services, you must select a role which is assigned to the user you previously logged in as using Login (Method).
Request Body Parameters
| Name | Description | Data Type |
| token | This is a 40-character hexadecimal string.
 |
This token should have been obtained at the commencement of a session using the Login (Method). It is required for all functional CoreOne web services. |
| xml:string |
| role_id | This is the internal CoreOne id of the Role you wish to activate for this session; this will have been provided to you by your CoreOne system administrator. | xml:int |
Once a Role has been successfully selected the user can now utilize all
CoreOne web services.
Response Body Parameters
| Name | Description | Data Type |
| role | The name of the successfully activated Role will be returned. | xml:string |
Sample Data
Standard User